556efb80fdfb0950cb7a43f7c85caf0485d18bff,portal-impl/src/com/liferay/portlet/layoutsadmin/action/EditLayoutSetAction.java,EditLayoutSetAction,updateLogo,#ActionRequest#number#number#boolean#boolean#,166
Before Change
LayoutSetServiceUtil.updateLogo(
liveGroupId, privateLayout, useLogo, inputStream);
inputStream.reset();
if (stagingGroupId > 0) {
LayoutSetServiceUtil.updateLogo(
After Change
LayoutSetServiceUtil.updateLogo(
liveGroupId, privateLayout, useLogo, inputStream);
if (inputStream != null) {
inputStream.reset();
}
if (stagingGroupId > 0) {